GET /api/bet_types/d2150c6c-4841-45aa-a76e-ebeeeb3b08a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2150c6c-4841-45aa-a76e-ebeeeb3b08a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/94fc6c74-09e6-4e0e-bcca-f352a5ebb663/?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": "MAD Lions",
                "amount": 6373.0
            },
            {
                "team": "Misfits Gaming",
                "amount": 3627.0
            }
        ],
        "expected_reward_tokens": 8922.2,
        "profit_sb": -77.8,
        "profit_sb_percentage": -0.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "679547de-1241-4e67-ac0a-8fd5a76bf84f",
            "gambit_id": "30189f00-c424-4242-b4e3-19ba2383dbec",
            "last_updated": "2022-08-08T12:06:53.756843-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MAD Lions",
            "reward": "1.40000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2150c6c-4841-45aa-a76e-ebeeeb3b08a8/?format=api"
        },
        {
            "id": "851e9b20-b529-4ab0-bbe5-cdde7007b3ef",
            "gambit_id": "4ba89f78-ef0e-4397-a710-85aab324fbda",
            "last_updated": "2022-08-08T12:06:53.756378-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Misfits Gaming",
            "reward": "2.46000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2150c6c-4841-45aa-a76e-ebeeeb3b08a8/?format=api"
        }
    ]
}