GET /api/bet_types/a7386181-c037-475b-998d-3be415aeb71a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7386181-c037-475b-998d-3be415aeb71a",
    "match": "https://api-prod.gambitprofit.com/api/matches/809ae09f-4b4f-4150-96ee-49666c2d9b6a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T09:13:05.724159-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Philadelphia 76ers",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10800.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 13.68,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Philadelphia 76ers",
                "amount": 8769.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1231.0
            }
        ],
        "expected_reward_tokens": 9466.39,
        "profit_sb": -33.61,
        "profit_sb_percentage": -0.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "21a62502-0fcc-4180-903e-ffee781dc8ab",
            "gambit_id": "8538327b-3489-4263-9b3c-3b399f06a585",
            "last_updated": "2023-12-18T10:58:07.653127-05:00",
            "created_at": "2023-12-15T09:13:05.734112-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.08000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7386181-c037-475b-998d-3be415aeb71a/?format=api"
        },
        {
            "id": "1f0ea8eb-82fa-40ae-a84b-c8b88a5a11af",
            "gambit_id": "70ac307a-5052-49e5-8068-eaa3266877e7",
            "last_updated": "2023-12-18T10:58:07.649401-05:00",
            "created_at": "2023-12-15T09:13:05.728944-05:00",
            "name": "Detroit Pistons",
            "reward": "7.69000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7386181-c037-475b-998d-3be415aeb71a/?format=api"
        }
    ]
}