GET /api/bet_types/c563b2b3-a643-4946-92db-b312c3e33468/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c563b2b3-a643-4946-92db-b312c3e33468",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d104098-1a9c-4078-a4a2-241a59a4e7a0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-10T11:18:01.318201-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": "Tampa Bay Buccaneers",
                "amount": 5688.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "623bdb65-b772-4b7e-806a-2bb6c19f5d8c",
            "gambit_id": "3cc019aa-7f7f-4d5f-8826-fb354e38c6cc",
            "last_updated": "2023-11-13T15:38:09.792477-05:00",
            "created_at": "2023-11-10T11:18:01.328854-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c563b2b3-a643-4946-92db-b312c3e33468/?format=api"
        },
        {
            "id": "56ed7ffe-6c9b-438d-aef8-d244b63d5bda",
            "gambit_id": "7956d4cb-2a5f-4b49-b07e-23050644208c",
            "last_updated": "2023-11-13T15:38:09.788772-05:00",
            "created_at": "2023-11-10T11:18:01.323454-05:00",
            "name": "Tennessee Titans",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c563b2b3-a643-4946-92db-b312c3e33468/?format=api"
        }
    ]
}