GET /api/bet_types/03a42899-2a96-4872-b4d6-d4f652d3a1fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03a42899-2a96-4872-b4d6-d4f652d3a1fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0bd50c1-21b2-4792-a990-7a000af753c1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-27T08:57:15.866598-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1600.0,
        "profit_sb_percentage": 17.78,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 8786.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1214.0
            }
        ],
        "expected_reward_tokens": 9311.38,
        "profit_sb": 311.38,
        "profit_sb_percentage": 3.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "cef6e303-f5a4-44cc-8237-61b422d507a3",
            "gambit_id": "3ad4985c-2963-4ee7-a84b-561433157686",
            "last_updated": "2022-12-28T11:32:07.058083-05:00",
            "created_at": "2022-12-27T08:57:15.867790-05:00",
            "name": "Boston Celtics",
            "reward": "1.06000",
            "odds": "1.06670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03a42899-2a96-4872-b4d6-d4f652d3a1fa/?format=api"
        },
        {
            "id": "a40ba3ea-81a8-467f-a6bd-f798f7e40962",
            "gambit_id": "998b2045-c546-4d5e-82a0-481a4feba054",
            "last_updated": "2022-12-28T11:32:07.059200-05:00",
            "created_at": "2022-12-27T08:57:15.869029-05:00",
            "name": "Houston Rockets",
            "reward": "7.67000",
            "odds": "8.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03a42899-2a96-4872-b4d6-d4f652d3a1fa/?format=api"
        }
    ]
}