GET /api/bet_types/dabba252-4d49-4de8-a1be-aaad2f046dbb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dabba252-4d49-4de8-a1be-aaad2f046dbb",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fbcbff2-74b2-4229-b822-c6321a078a8f/?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": "Toledo",
                "amount": 7115.0
            },
            {
                "team": "Buffalo",
                "amount": 2885.0
            }
        ],
        "expected_reward_tokens": 9605.25,
        "profit_sb": 105.25,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "c9e49fbf-e2c7-4ab8-b25b-8652907354df",
            "gambit_id": "6b9595be-94d9-4744-904c-eef55487f6e9",
            "last_updated": "2022-10-23T12:47:20.249062-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.35000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dabba252-4d49-4de8-a1be-aaad2f046dbb/?format=api"
        },
        {
            "id": "289ffcdc-2733-4b8e-82ae-221bbd9ee908",
            "gambit_id": "7cfa526a-2f12-4868-af49-0964884eb23f",
            "last_updated": "2022-10-23T12:47:20.248036-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo",
            "reward": "3.33000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dabba252-4d49-4de8-a1be-aaad2f046dbb/?format=api"
        }
    ]
}