GET /api/bet_types/9c6aa7b0-3fc4-4a11-b13d-7e4071a82e09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c6aa7b0-3fc4-4a11-b13d-7e4071a82e09",
    "match": "https://api-prod.gambitprofit.com/api/matches/539173f8-2918-451f-bd9f-d674cf97faed/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-27T08:57:15.255363-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": "Orlando Magic",
                "amount": 5668.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9010.56,
        "profit_sb": 10.56,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "bdc52ec8-a605-4b44-a0f9-9fe805d9ab33",
            "gambit_id": "383f5d9d-694b-4cc2-bdf3-6c4bcf89a281",
            "last_updated": "2022-12-28T21:37:14.986920-05:00",
            "created_at": "2022-12-27T08:57:15.256599-05:00",
            "name": "Orlando Magic",
            "reward": "1.59000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c6aa7b0-3fc4-4a11-b13d-7e4071a82e09/?format=api"
        },
        {
            "id": "25091298-4f20-4266-a69b-3ae7e03bdb98",
            "gambit_id": "0d6e3a49-0887-4070-bea3-47960d616598",
            "last_updated": "2022-12-28T21:37:14.988077-05:00",
            "created_at": "2022-12-27T08:57:15.257862-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.08000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c6aa7b0-3fc4-4a11-b13d-7e4071a82e09/?format=api"
        }
    ]
}