GET /api/bet_types/582a235f-0c67-4e38-aac1-5bb92615c944/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "582a235f-0c67-4e38-aac1-5bb92615c944",
    "match": "https://api-prod.gambitprofit.com/api/matches/a27480c1-af40-4aa6-ab58-80fcc0bad9b5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-30T08:18:25.172844-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": "LOS (M Grove)",
                "amount": 5980.0
            },
            {
                "team": "CIN (G Ashcraft)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "1ae9e3c6-f9d4-47f9-8d82-1430813fe8fe",
            "gambit_id": "3049fb60-cce0-4c9e-8f36-fcf412b3ce9c",
            "last_updated": "2023-07-31T18:08:07.060184-04:00",
            "created_at": "2023-07-30T08:18:25.182288-04:00",
            "name": "LOS (M Grove)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/582a235f-0c67-4e38-aac1-5bb92615c944/?format=api"
        },
        {
            "id": "18449e8e-c332-480b-b366-7cf79a02bf45",
            "gambit_id": "75291418-e3fd-4f08-9c52-93c758ce6bb5",
            "last_updated": "2023-07-31T18:08:07.056454-04:00",
            "created_at": "2023-07-30T08:18:25.177586-04:00",
            "name": "CIN (G Ashcraft)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/582a235f-0c67-4e38-aac1-5bb92615c944/?format=api"
        }
    ]
}