GET /api/bet_types/4dca52d2-7870-4ca0-a85b-a6a1f6923c1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4dca52d2-7870-4ca0-a85b-a6a1f6923c1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/09dafd86-593f-4936-bc9f-a30de27dd1e7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-27T08:57:15.894560-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": "Carolina Hurricanes",
                "amount": 6956.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3044.0
            }
        ],
        "expected_reward_tokens": 9527.72,
        "profit_sb": 27.72,
        "profit_sb_percentage": 0.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "962ef023-916d-469f-b4fa-e4bdbd22d602",
            "gambit_id": "8a0a7b90-224c-411e-88a6-3239fd190062",
            "last_updated": "2023-01-28T15:27:19.432381-05:00",
            "created_at": "2023-01-27T08:57:15.895788-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dca52d2-7870-4ca0-a85b-a6a1f6923c1c/?format=api"
        },
        {
            "id": "f115351a-8c96-46f2-a8ab-6b0dd057906c",
            "gambit_id": "c4594ccb-9276-4a69-b140-d77e6f557798",
            "last_updated": "2023-01-28T15:27:19.433495-05:00",
            "created_at": "2023-01-27T08:57:15.897027-05:00",
            "name": "San Jose Sharks",
            "reward": "3.13000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dca52d2-7870-4ca0-a85b-a6a1f6923c1c/?format=api"
        }
    ]
}