GET /api/bet_types/ba3530bb-2a0c-4eb0-8598-32822660a8a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba3530bb-2a0c-4eb0-8598-32822660a8a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cc03b0d-1f6f-4649-ab90-692326f92050/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-14T08:26:56.337926-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": "Dallas Stars",
                "amount": 5000.0
            },
            {
                "team": "Calgary Flames",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4df62f52-d7f2-490b-aedc-6851751c9ea8",
            "gambit_id": "a68ae481-128f-4800-9d76-79af193220de",
            "last_updated": "2023-01-16T10:11:50.416974-05:00",
            "created_at": "2023-01-14T08:26:56.340796-05:00",
            "name": "Dallas Stars",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba3530bb-2a0c-4eb0-8598-32822660a8a3/?format=api"
        },
        {
            "id": "a129d99d-41cd-4010-a941-9d79cfef8e86",
            "gambit_id": "c4ad1b03-8533-4319-b836-78a5cc6ec498",
            "last_updated": "2023-01-16T10:11:50.420221-05:00",
            "created_at": "2023-01-14T08:26:56.343816-05:00",
            "name": "Calgary Flames",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba3530bb-2a0c-4eb0-8598-32822660a8a3/?format=api"
        }
    ]
}