GET /api/bet_types/251d9a90-deee-4cc5-b23b-acf7f9938718/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "251d9a90-deee-4cc5-b23b-acf7f9938718",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3870cbb-ba00-4cc7-97d8-75d518081a03/?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": "100 Thieves",
                "amount": 7026.0
            },
            {
                "team": "Golden Guardians",
                "amount": 2974.0
            }
        ],
        "expected_reward_tokens": 8922.0,
        "profit_sb": -78.0,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b5859cd-dcd5-4a39-8b8d-d96fe2dd8192",
            "gambit_id": "882a6ac9-a453-4131-929a-a65d9c1c0067",
            "last_updated": "2022-08-08T11:52:20.563741-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "100 Thieves",
            "reward": "1.27000",
            "odds": "1.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/251d9a90-deee-4cc5-b23b-acf7f9938718/?format=api"
        },
        {
            "id": "c475422a-1796-4bf7-b396-8d8c7173ffad",
            "gambit_id": "4ddb1c26-2af3-479a-b9c5-89df96399284",
            "last_updated": "2022-08-08T11:52:20.564168-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden Guardians",
            "reward": "3.00000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/251d9a90-deee-4cc5-b23b-acf7f9938718/?format=api"
        }
    ]
}