GET /api/bet_types/3df65f23-0b9a-4a1a-bbab-eab66026bc38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3df65f23-0b9a-4a1a-bbab-eab66026bc38",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e59bad9-2935-4a78-a6f9-d838d82ea3cc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-28T17:53:09.151261-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": "Miami Marlins",
                "amount": 5426.0
            },
            {
                "team": "Boston Red Sox",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "e5839cb5-9761-4cb7-a696-508338e4ad43",
            "gambit_id": "c76b5be7-2d73-4808-ae9a-923c33b97d0a",
            "last_updated": "2023-06-29T17:58:31.487059-04:00",
            "created_at": "2023-06-28T17:53:09.153726-04:00",
            "name": "Miami Marlins",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3df65f23-0b9a-4a1a-bbab-eab66026bc38/?format=api"
        },
        {
            "id": "0a01dc82-8739-443b-8fe3-f21eaf872633",
            "gambit_id": "e43e16a9-6ca2-4276-93f0-2f306b7ce4f3",
            "last_updated": "2023-06-29T17:58:31.488499-04:00",
            "created_at": "2023-06-28T17:53:09.155996-04:00",
            "name": "Boston Red Sox",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3df65f23-0b9a-4a1a-bbab-eab66026bc38/?format=api"
        }
    ]
}