GET /api/bet_types/0b084ea4-deb6-45fd-96ba-76b9c3f7ca0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b084ea4-deb6-45fd-96ba-76b9c3f7ca0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3767c57c-f2d4-4663-8009-7d4f6f6b78a9/?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": "G2 Esports",
                "amount": 5679.0
            },
            {
                "team": "Excel Esports",
                "amount": 4321.0
            }
        ],
        "expected_reward_tokens": 8858.05,
        "profit_sb": -141.95,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "16576fc8-f7f3-45cd-90e3-b8ece34345a0",
            "gambit_id": "56ba6ad7-12ee-43be-96d3-8f90b31842dd",
            "last_updated": "2022-08-08T12:16:54.430233-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "G2 Esports",
            "reward": "1.56000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b084ea4-deb6-45fd-96ba-76b9c3f7ca0d/?format=api"
        },
        {
            "id": "a0e1a3dd-7cc4-4942-9ef1-403b1ac7c060",
            "gambit_id": "c36484bd-6b40-4e9f-aeb2-8875bf6037f1",
            "last_updated": "2022-08-08T12:16:54.429626-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Excel Esports",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b084ea4-deb6-45fd-96ba-76b9c3f7ca0d/?format=api"
        }
    ]
}