GET /api/bet_types/353ffdde-6c3b-43b5-afce-c8ddab5ceeba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "353ffdde-6c3b-43b5-afce-c8ddab5ceeba",
    "match": "https://api-prod.gambitprofit.com/api/matches/70ab6bc1-f9b0-434b-93c2-bbda2f222aa6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-26T00:32:08.397669-05: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": "Los Angeles Chargers",
                "amount": 6333.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 3667.0
            }
        ],
        "expected_reward_tokens": 9056.19,
        "profit_sb": 56.19,
        "profit_sb_percentage": 0.62,
        "recommended": true
    },
    "lines": [
        {
            "id": "a9d74264-3c85-419e-a78b-73c6284910dd",
            "gambit_id": "10a7f8e5-fde7-4cc5-89a7-8bdc361c58e8",
            "last_updated": "2022-12-27T10:32:09.250080-05:00",
            "created_at": "2022-12-26T00:32:08.398847-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.43000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/353ffdde-6c3b-43b5-afce-c8ddab5ceeba/?format=api"
        },
        {
            "id": "beaaca17-76cd-4d58-8bf6-6c9d60cb6e87",
            "gambit_id": "3d1b594e-0365-479a-b884-935092a978f7",
            "last_updated": "2022-12-27T10:32:09.251176-05:00",
            "created_at": "2022-12-26T00:32:08.400031-05:00",
            "name": "Indianapolis Colts",
            "reward": "2.47000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/353ffdde-6c3b-43b5-afce-c8ddab5ceeba/?format=api"
        }
    ]
}