GET /api/bet_types/7f04b000-4724-4a32-abee-eea2acc12f5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f04b000-4724-4a32-abee-eea2acc12f5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/14d77467-617d-4e5d-9d82-de414f38eac9/?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": "Evil Geniuses",
                "amount": 8042.0
            },
            {
                "team": "Team Dignitas",
                "amount": 1958.0
            }
        ],
        "expected_reward_tokens": 9085.12,
        "profit_sb": 85.12,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "daf45ae0-c104-45d5-aa73-b13a70dcda28",
            "gambit_id": "f149824d-00b3-4bbb-8347-ef2ece68c19b",
            "last_updated": "2022-08-15T14:02:20.472417-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Evil Geniuses",
            "reward": "1.13000",
            "odds": "1.14000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f04b000-4724-4a32-abee-eea2acc12f5a/?format=api"
        },
        {
            "id": "f0b37cfe-7ac7-48fe-ab77-63a739bb564c",
            "gambit_id": "c66d3f5e-86e7-4c2b-a615-fd8d31af3b02",
            "last_updated": "2022-08-15T14:02:20.471946-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Dignitas",
            "reward": "4.64000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f04b000-4724-4a32-abee-eea2acc12f5a/?format=api"
        }
    ]
}