GET /api/bet_types/8e5f1b6c-96a1-4845-8d62-9553d00c8e70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e5f1b6c-96a1-4845-8d62-9553d00c8e70",
    "match": "https://api-prod.gambitprofit.com/api/matches/34d8c567-782c-419b-a407-28b0979828b3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-15T14:11:56.437563-04: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 (C Morton)",
                "amount": 6060.0
            },
            {
                "team": "TEX (C Bradford)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "c65bdcde-afa7-40cb-8539-e007ce4f2069",
            "gambit_id": "b6350f71-65e5-4693-9660-07629468a538",
            "last_updated": "2023-05-16T10:42:10.413621-04:00",
            "created_at": "2023-05-15T14:11:56.440530-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e5f1b6c-96a1-4845-8d62-9553d00c8e70/?format=api"
        },
        {
            "id": "f274f548-8f33-431d-bb3f-a4201a7c07d3",
            "gambit_id": "79ef8833-b7e3-420d-9efd-e8ada74f29a0",
            "last_updated": "2023-05-16T10:42:10.411748-04:00",
            "created_at": "2023-05-15T14:11:56.439003-04:00",
            "name": "TEX (C Bradford)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e5f1b6c-96a1-4845-8d62-9553d00c8e70/?format=api"
        }
    ]
}