GET /api/bet_types/358ab7ce-758a-4b7c-a24b-b51ac1237252/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "358ab7ce-758a-4b7c-a24b-b51ac1237252",
    "match": "https://api-prod.gambitprofit.com/api/matches/297218bf-b5a4-4b94-958b-de0a9570a64d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-08T11:47:00.116430-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": "SEA (L Gilbert)",
                "amount": 5909.0
            },
            {
                "team": "TEX (J Gray)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "7bef4478-6603-4942-b5ab-2a67025e94b7",
            "gambit_id": "c1250c7b-5a87-4ef5-9fa7-da7f0d194c94",
            "last_updated": "2023-05-09T11:22:22.152535-04:00",
            "created_at": "2023-05-08T11:47:00.118049-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/358ab7ce-758a-4b7c-a24b-b51ac1237252/?format=api"
        },
        {
            "id": "eed9f01d-9a70-4ca3-96ef-cf07b072421f",
            "gambit_id": "8b7748f4-1bd5-4791-a770-ddc310924e00",
            "last_updated": "2023-05-09T11:22:22.153851-04:00",
            "created_at": "2023-05-08T11:47:00.119748-04:00",
            "name": "TEX (J Gray)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/358ab7ce-758a-4b7c-a24b-b51ac1237252/?format=api"
        }
    ]
}