GET /api/bet_types/c6fbfaab-7cf1-4358-ad51-4f8b3ba888d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6fbfaab-7cf1-4358-ad51-4f8b3ba888d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/a83699d5-ed43-491c-be13-247627e812aa/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": 7833.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 2167.0
            }
        ],
        "expected_reward_tokens": 9556.26,
        "profit_sb": 56.26,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "7db172fd-b118-4332-b065-6803417cbc66",
            "gambit_id": "f8399c95-d22f-481d-ba70-c2a3a7fb766d",
            "last_updated": "2022-10-17T15:27:04.777685-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.22000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6fbfaab-7cf1-4358-ad51-4f8b3ba888d8/?format=api"
        },
        {
            "id": "875bdb8e-504b-428a-8040-91ad8ecca02a",
            "gambit_id": "ad90ccce-52c0-49d7-a222-25d43364a510",
            "last_updated": "2022-10-17T15:27:04.776492-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "4.41000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6fbfaab-7cf1-4358-ad51-4f8b3ba888d8/?format=api"
        }
    ]
}