GET /api/bet_types/656ae2d9-10d9-48d1-98a6-73d2ff067590/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "656ae2d9-10d9-48d1-98a6-73d2ff067590",
    "match": "https://api-prod.gambitprofit.com/api/matches/e69056f9-6eed-4dc7-addb-c54c4190ed7a/?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": "Natus Vincere",
                "amount": 6000.0
            },
            {
                "team": "Team Vitality",
                "amount": 4000.0
            }
        ],
        "expected_reward_tokens": 8880.0,
        "profit_sb": -120.0,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "b25a11d3-9aaf-4adc-8578-3f5144515d04",
            "gambit_id": "82131e8b-82a4-494a-bad9-410bf4d243c2",
            "last_updated": "2022-09-05T10:57:25.829422-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Natus Vincere",
            "reward": "1.48000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/656ae2d9-10d9-48d1-98a6-73d2ff067590/?format=api"
        },
        {
            "id": "bf2c8bea-1725-4ede-80cf-dda926aaca1d",
            "gambit_id": "79ee450b-4c1c-4ce6-821e-b11ac982b249",
            "last_updated": "2022-09-05T10:57:25.828253-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Vitality",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/656ae2d9-10d9-48d1-98a6-73d2ff067590/?format=api"
        }
    ]
}