GET /api/bet_types/8b20d7ca-e5b5-466c-ab7d-47a30ed34462/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b20d7ca-e5b5-466c-ab7d-47a30ed34462",
    "match": "https://api-prod.gambitprofit.com/api/matches/0040bd77-a2bd-4816-823e-529fc239bf8a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-11T08:48:21.786709-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": "HOU",
                "amount": 5614.0
            },
            {
                "team": "OAK",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "949d3f8d-36c8-469e-bf67-8ab9610ce4e4",
            "gambit_id": "fed37ed1-5329-4c22-b9d2-65b7ea094540",
            "last_updated": "2023-09-12T21:18:16.915254-04:00",
            "created_at": "2023-09-11T08:48:21.794721-04:00",
            "name": "HOU",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b20d7ca-e5b5-466c-ab7d-47a30ed34462/?format=api"
        },
        {
            "id": "30e53905-1b5c-4d7f-8e03-be995e57d662",
            "gambit_id": "ad422943-96c5-4f47-8605-9d85a2548e43",
            "last_updated": "2023-09-12T21:18:16.911979-04:00",
            "created_at": "2023-09-11T08:48:21.790776-04:00",
            "name": "OAK",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b20d7ca-e5b5-466c-ab7d-47a30ed34462/?format=api"
        }
    ]
}