GET /api/bet_types/6c4751cb-6f47-4f22-a4d7-280b27a316f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c4751cb-6f47-4f22-a4d7-280b27a316f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e4f350d-9517-42d9-a631-2364c44a21c1/?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": 7520.0
            },
            {
                "team": "Imperial E-Sports",
                "amount": 2480.0
            }
        ],
        "expected_reward_tokens": 9099.2,
        "profit_sb": -400.8,
        "profit_sb_percentage": -4.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "487220ff-0920-4e77-beea-58e479cd4ce1",
            "gambit_id": "9c41684b-f5ba-4173-be09-60fd7745c263",
            "last_updated": "2022-11-01T14:38:19.400945-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Vitality",
            "reward": "1.21000",
            "odds": "1.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c4751cb-6f47-4f22-a4d7-280b27a316f3/?format=api"
        },
        {
            "id": "190bc015-87a0-4a71-93d3-377c75b5c484",
            "gambit_id": "5c28770f-ab84-45fd-b54f-65416badabe0",
            "last_updated": "2022-11-01T14:38:19.399785-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Imperial E-Sports",
            "reward": "3.67000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c4751cb-6f47-4f22-a4d7-280b27a316f3/?format=api"
        }
    ]
}