GET /api/bet_types/069ea311-9c48-4751-9708-97c012adb5a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "069ea311-9c48-4751-9708-97c012adb5a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5fc01f1-b3a2-45a8-a545-f6efb71a4092/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T19:52:10.028847-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Kansas",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 700.0,
        "profit_sb_percentage": 7.37,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Kansas",
                "amount": 9340.0
            },
            {
                "team": "Howard",
                "amount": 660.0
            }
        ],
        "expected_reward_tokens": 9526.8,
        "profit_sb": 26.8,
        "profit_sb_percentage": 0.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e7c8e65-3586-46d5-a9f5-dde9b2d81c3d",
            "gambit_id": "b7e4ee1b-a526-453c-ab6b-6c0a7dbc5868",
            "last_updated": "2023-03-17T10:47:24.762598-04:00",
            "created_at": "2023-03-14T19:52:10.030214-04:00",
            "name": "Kansas",
            "reward": "1.02000",
            "odds": "1.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/069ea311-9c48-4751-9708-97c012adb5a0/?format=api"
        },
        {
            "id": "03939ea2-266a-4d96-a0fc-faf9aa9997e4",
            "gambit_id": "2fb097c8-33b2-4495-b668-4658e114b615",
            "last_updated": "2023-03-17T10:47:24.763617-04:00",
            "created_at": "2023-03-14T19:52:10.031849-04:00",
            "name": "Howard",
            "reward": "14.44000",
            "odds": "15.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/069ea311-9c48-4751-9708-97c012adb5a0/?format=api"
        }
    ]
}