GET /api/bet_types/74cd4d8b-5723-4983-9068-ce62478d7dba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74cd4d8b-5723-4983-9068-ce62478d7dba",
    "match": "https://api-prod.gambitprofit.com/api/matches/da8dce85-39fb-4a6c-a881-e2e2b7b85013/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Florida Atlantic",
                "amount": 5000.0
            },
            {
                "team": "UTEP",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "639eaf3e-4368-454d-a730-df913606be12",
            "gambit_id": "5f68be64-0767-41b2-b0da-41f94de2aa58",
            "last_updated": "2022-10-23T19:42:07.141107-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Atlantic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74cd4d8b-5723-4983-9068-ce62478d7dba/?format=api"
        },
        {
            "id": "c6bd9836-f5e6-465a-a60f-3283ebf990fc",
            "gambit_id": "e92b408e-27e6-48d0-8085-41ffed0eafa6",
            "last_updated": "2022-10-23T19:42:07.142184-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTEP",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74cd4d8b-5723-4983-9068-ce62478d7dba/?format=api"
        }
    ]
}