GET /api/bet_types/38f60fac-5ac6-42c8-8197-1547b2dd3409/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38f60fac-5ac6-42c8-8197-1547b2dd3409",
    "match": "https://api-prod.gambitprofit.com/api/matches/4db0ee04-e10e-48fc-8c28-dba6d2f794cf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-23T08:33:17.264867-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": "SFO",
                "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": "0137dd87-db44-4a0f-98d8-d280b321abba",
            "gambit_id": "54fb8029-ec09-467d-8167-72609456f616",
            "last_updated": "2023-08-25T10:18:03.714678-04:00",
            "created_at": "2023-08-23T08:33:17.270075-04:00",
            "name": "SFO",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38f60fac-5ac6-42c8-8197-1547b2dd3409/?format=api"
        },
        {
            "id": "21672cb2-9c70-4eb1-82e7-801de52bcd59",
            "gambit_id": "f5f6b05b-754e-40fc-881f-f3242d1182a1",
            "last_updated": "2023-08-25T10:18:03.718237-04:00",
            "created_at": "2023-08-23T08:33:17.275746-04:00",
            "name": "PHI",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38f60fac-5ac6-42c8-8197-1547b2dd3409/?format=api"
        }
    ]
}