GET /api/bet_types/f27fb45c-e2c7-4526-b500-1203f2ebe1e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f27fb45c-e2c7-4526-b500-1203f2ebe1e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/34b41078-fe35-4f60-b3f9-d61d13776371/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-12T09:23:00.749238-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": "ATL (M Fried)",
                "amount": 5222.0
            },
            {
                "team": "PHI (Z Wheeler)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "eaac49d1-3072-41ba-b2f1-252b814cdf4f",
            "gambit_id": "bd621485-c3bf-47e3-9769-dc3869487b46",
            "last_updated": "2023-09-15T16:33:16.923358-04:00",
            "created_at": "2023-09-12T09:23:00.755010-04:00",
            "name": "ATL (M Fried)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f27fb45c-e2c7-4526-b500-1203f2ebe1e3/?format=api"
        },
        {
            "id": "18072d79-e2f0-47da-8408-ca98976faa8b",
            "gambit_id": "52e0f72d-e093-4d71-ac89-d1478a1e98be",
            "last_updated": "2023-09-15T16:33:16.926764-04:00",
            "created_at": "2023-09-12T09:23:00.760257-04:00",
            "name": "PHI (Z Wheeler)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f27fb45c-e2c7-4526-b500-1203f2ebe1e3/?format=api"
        }
    ]
}