GET /api/bet_types/9268e7b0-02f6-40b3-bacb-2b415e9078c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9268e7b0-02f6-40b3-bacb-2b415e9078c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6cccbce-ce02-4e1e-b2ae-e3893d9ae4c6/?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": "Faze Clan",
                "amount": 6822.0
            },
            {
                "team": "BIG",
                "amount": 3178.0
            }
        ],
        "expected_reward_tokens": 8866.62,
        "profit_sb": -133.38,
        "profit_sb_percentage": -1.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "fba90b74-df7a-4950-8227-889891131f59",
            "gambit_id": "793ac83e-62bc-4be9-ab14-fa06ee2135de",
            "last_updated": "2022-12-24T17:12:23.942304-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Faze Clan",
            "reward": "1.30000",
            "odds": "1.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9268e7b0-02f6-40b3-bacb-2b415e9078c6/?format=api"
        },
        {
            "id": "9c7bb76a-7641-4b61-ad10-9f26a28a18b6",
            "gambit_id": "ffe37180-825b-439d-bc21-fad00c94707b",
            "last_updated": "2022-12-24T17:12:23.941130-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BIG",
            "reward": "2.79000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9268e7b0-02f6-40b3-bacb-2b415e9078c6/?format=api"
        }
    ]
}