GET /api/bet_types/9d5e342c-ecb1-4a8f-8fc6-de57e3b61ab9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d5e342c-ecb1-4a8f-8fc6-de57e3b61ab9",
    "match": "https://api-prod.gambitprofit.com/api/matches/1eb2fc7b-9def-4f10-a344-f386cd9ca71b/?format=api",
    "name": "Pick the Winner",
    "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": "Cincinnati Bengals",
                "amount": 5591.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 4409.0
            }
        ],
        "expected_reward_tokens": 9169.24,
        "profit_sb": 169.24,
        "profit_sb_percentage": 1.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "5a87df56-7206-4a92-821a-30cd316d7281",
            "gambit_id": "e1271bae-80ce-4833-bc6d-5cd8921d4b99",
            "last_updated": "2022-08-29T11:37:16.162996-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5e342c-ecb1-4a8f-8fc6-de57e3b61ab9/?format=api"
        },
        {
            "id": "ee6994a9-c99d-45b8-9346-5b628caddf27",
            "gambit_id": "0f004ded-b6a6-4aaf-8b49-576031ec236d",
            "last_updated": "2022-08-29T11:37:16.163466-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "2.08000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5e342c-ecb1-4a8f-8fc6-de57e3b61ab9/?format=api"
        }
    ]
}