GET /api/bet_types/c243753e-a186-4996-9563-1da92a1fcc16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c243753e-a186-4996-9563-1da92a1fcc16",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ac8fa9f-f689-4ee4-a9e0-c60ed3d46b57/?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": "Top Esports",
                "amount": 5254.0
            },
            {
                "team": "EDward Gaming",
                "amount": 4746.0
            }
        ],
        "expected_reward_tokens": 8826.72,
        "profit_sb": -173.28,
        "profit_sb_percentage": -1.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "15275ad4-04e2-42d9-9e33-e2fe09302e99",
            "gambit_id": "b2fad593-8c66-4669-af77-2f8f455f55af",
            "last_updated": "2022-08-29T14:46:57.058752-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Top Esports",
            "reward": "1.68000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c243753e-a186-4996-9563-1da92a1fcc16/?format=api"
        },
        {
            "id": "a91faf47-a12d-4d9c-ba1e-a0260d3f4109",
            "gambit_id": "3024e7df-d54b-4c09-b7e2-08ec36a156c0",
            "last_updated": "2022-08-29T14:46:57.058259-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "EDward Gaming",
            "reward": "1.86000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c243753e-a186-4996-9563-1da92a1fcc16/?format=api"
        }
    ]
}