GET /api/bet_types/534da768-ec27-4cb8-a65a-a71a41e34fd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "534da768-ec27-4cb8-a65a-a71a41e34fd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5793e100-8a19-4825-a7c8-95f227b325d2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-03T09:18:02.403011-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 (S Alexander)",
                "amount": 5415.0
            },
            {
                "team": "ARI (B Pfaadt)",
                "amount": 4585.0
            }
        ],
        "expected_reward_tokens": 9582.65,
        "profit_sb": 82.65,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "c20ae04a-1a73-4b8e-bd22-58390465c7fd",
            "gambit_id": "57ae1a89-548d-42f1-83b3-e87b8c413449",
            "last_updated": "2023-08-04T09:48:15.839562-04:00",
            "created_at": "2023-08-03T09:18:02.420997-04:00",
            "name": "SFO (S Alexander)",
            "reward": "1.77000",
            "odds": "1.80650",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/534da768-ec27-4cb8-a65a-a71a41e34fd0/?format=api"
        },
        {
            "id": "cbb34374-b00f-4c77-a926-a33497a0a572",
            "gambit_id": "0baff595-b1f2-49fd-b66b-419886004743",
            "last_updated": "2023-08-04T09:48:15.835741-04:00",
            "created_at": "2023-08-03T09:18:02.413716-04:00",
            "name": "ARI (B Pfaadt)",
            "reward": "2.09000",
            "odds": "2.14000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/534da768-ec27-4cb8-a65a-a71a41e34fd0/?format=api"
        }
    ]
}