GET /api/bet_types/cb6a5b41-d970-453a-a016-e958067622c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb6a5b41-d970-453a-a016-e958067622c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2116109a-00b3-4162-a378-1443aef127ec/?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": "ATL",
                "amount": 6132.0
            },
            {
                "team": "NYM",
                "amount": 3868.0
            }
        ],
        "expected_reward_tokens": 9320.64,
        "profit_sb": 320.64,
        "profit_sb_percentage": 3.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "37ed7851-469b-4037-9e1b-11044c9ead4d",
            "gambit_id": "e294e4ed-4eb8-46f2-a258-02bbca72b6a7",
            "last_updated": "2022-08-08T10:57:08.473267-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.52000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb6a5b41-d970-453a-a016-e958067622c2/?format=api"
        },
        {
            "id": "a1656112-c5d0-4955-be44-b7ce0718ef5d",
            "gambit_id": "0070bb7e-25a2-4163-8ea7-3bbb3efdfba2",
            "last_updated": "2022-08-08T10:57:08.472837-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb6a5b41-d970-453a-a016-e958067622c2/?format=api"
        }
    ]
}