GET /api/bet_types/87447858-33af-4823-b032-7c6188520ba2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87447858-33af-4823-b032-7c6188520ba2",
    "match": "https://api-prod.gambitprofit.com/api/matches/a31cdb55-12ff-42fc-a53f-27e1cc5c0165/?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": "Charlotte Hornets",
                "amount": 6170.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "ae9d6f50-af80-4197-a173-baf69131f801",
            "gambit_id": "ddc9ba98-3f32-4440-b194-564df8ab8283",
            "last_updated": "2022-12-15T10:46:59.522806-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87447858-33af-4823-b032-7c6188520ba2/?format=api"
        },
        {
            "id": "ddb28b4a-4ace-4f30-a566-9feaf7a76390",
            "gambit_id": "39b39c40-1fba-42ee-b091-d50be366f9a6",
            "last_updated": "2022-12-15T10:46:59.523878-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87447858-33af-4823-b032-7c6188520ba2/?format=api"
        }
    ]
}