GET /api/bet_types/ed91b4b4-52b3-47b5-979c-9b9817900fef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed91b4b4-52b3-47b5-979c-9b9817900fef",
    "match": "https://api-prod.gambitprofit.com/api/matches/9cfbe000-3721-495d-8aab-70feb6a8fc2c/?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": "Team Vitality",
                "amount": 5254.0
            },
            {
                "team": "G2 Esports",
                "amount": 4746.0
            }
        ],
        "expected_reward_tokens": 8826.72,
        "profit_sb": -173.28,
        "profit_sb_percentage": -1.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "3600574b-1e83-414b-91bc-243c062d9d26",
            "gambit_id": "dca049ae-39d6-45a0-a710-d57651081eec",
            "last_updated": "2022-12-24T17:12:25.851693-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Vitality",
            "reward": "1.68000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed91b4b4-52b3-47b5-979c-9b9817900fef/?format=api"
        },
        {
            "id": "b2301fb5-7379-4caf-8eb1-deedfbb00861",
            "gambit_id": "bb18535e-1fd2-473a-b315-78f1bb7d1863",
            "last_updated": "2022-12-24T17:12:25.850484-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "G2 Esports",
            "reward": "1.86000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed91b4b4-52b3-47b5-979c-9b9817900fef/?format=api"
        }
    ]
}