GET /api/bet_types/f77209b6-fabd-4d18-b445-eb6ca3237096/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f77209b6-fabd-4d18-b445-eb6ca3237096",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3b1e4b6-6834-41f9-bcfb-9c9589a033b0/?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": "Astralis",
                "amount": 7425.0
            },
            {
                "team": "Complexity Gaming",
                "amount": 2575.0
            }
        ],
        "expected_reward_tokens": 8909.5,
        "profit_sb": -90.5,
        "profit_sb_percentage": -1.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0a8b7f4-d342-46ae-aa08-f2a949baf119",
            "gambit_id": "fbd352e0-630d-4bea-a0cd-a938c00af0cf",
            "last_updated": "2022-09-16T12:02:08.691846-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Astralis",
            "reward": "1.20000",
            "odds": "1.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f77209b6-fabd-4d18-b445-eb6ca3237096/?format=api"
        },
        {
            "id": "1e7a69ff-f900-4cba-8e63-aad9b5924b67",
            "gambit_id": "110b8813-2964-4820-bf86-d511951674b5",
            "last_updated": "2022-09-16T12:02:08.693098-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Complexity Gaming",
            "reward": "3.46000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f77209b6-fabd-4d18-b445-eb6ca3237096/?format=api"
        }
    ]
}