GET /api/bet_types/f5595f77-8c5f-413b-98f8-3250c17bddd3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5595f77-8c5f-413b-98f8-3250c17bddd3",
    "match": "https://api-prod.gambitprofit.com/api/matches/82aeb169-944d-4f2f-9036-614cf8552fbb/?format=api",
    "name": "Play the Odds",
    "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": "San Jose Sharks",
                "amount": 5893.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4107.0
            }
        ],
        "expected_reward_tokens": 9075.22,
        "profit_sb": 75.22,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "ad44c25e-b6ac-4f37-ba58-7efbc3f9fb8d",
            "gambit_id": "c89d513c-2222-41d6-92b6-7af1f2d0f778",
            "last_updated": "2022-12-19T19:36:53.231360-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.54000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5595f77-8c5f-413b-98f8-3250c17bddd3/?format=api"
        },
        {
            "id": "8d4791b7-106a-4ef1-9df4-c4536f19be9c",
            "gambit_id": "fa9d1d04-44e6-4876-88d8-62efbf2d714f",
            "last_updated": "2022-12-19T19:36:53.230276-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.21000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5595f77-8c5f-413b-98f8-3250c17bddd3/?format=api"
        }
    ]
}