GET /api/bet_types/c0957247-c05e-47c6-ad2b-0d12906b33b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0957247-c05e-47c6-ad2b-0d12906b33b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0665cb0-156c-4f5d-ae49-072cf7ce3071/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-25T08:38:07.512829-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": "STL",
                "amount": 6090.0
            },
            {
                "team": "PHI",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed265488-2d66-4732-a8b1-f045b2595878",
            "gambit_id": "c3a1594b-083a-4c4d-a709-1aaa189a518b",
            "last_updated": "2023-08-26T11:08:25.648802-04:00",
            "created_at": "2023-08-25T08:38:07.517006-04:00",
            "name": "STL",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0957247-c05e-47c6-ad2b-0d12906b33b3/?format=api"
        },
        {
            "id": "4e7d1c60-1824-457e-be69-2af964864794",
            "gambit_id": "64d05626-0d1c-43e8-96a6-55c3fbe2db1b",
            "last_updated": "2023-08-26T11:08:25.637754-04:00",
            "created_at": "2023-08-25T08:38:07.521246-04:00",
            "name": "PHI",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0957247-c05e-47c6-ad2b-0d12906b33b3/?format=api"
        }
    ]
}