GET /api/bet_types/c3a5949a-e20c-42ff-85f9-472a4a0d0521/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3a5949a-e20c-42ff-85f9-472a4a0d0521",
    "match": "https://api-prod.gambitprofit.com/api/matches/770c4e4f-fa21-4fae-be27-827a30d2a920/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-28T11:57:06.409596-04: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": "Connecticut",
                "amount": 6942.0
            },
            {
                "team": "Miami-Florida",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "7d59d1eb-de7f-40bf-96b1-128f1d9ed469",
            "gambit_id": "4d0643da-044a-4a6c-a922-4afdbf7cdcd8",
            "last_updated": "2023-04-02T10:47:15.439285-04:00",
            "created_at": "2023-03-28T11:57:06.412121-04:00",
            "name": "Connecticut",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3a5949a-e20c-42ff-85f9-472a4a0d0521/?format=api"
        },
        {
            "id": "63465eff-1e1a-42af-994a-5a9fff55ffdd",
            "gambit_id": "8f7cade8-79e3-4f28-82e6-fa0b03a3de6b",
            "last_updated": "2023-04-02T10:47:15.442319-04:00",
            "created_at": "2023-03-28T11:57:06.415071-04:00",
            "name": "Miami-Florida",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3a5949a-e20c-42ff-85f9-472a4a0d0521/?format=api"
        }
    ]
}