GET /api/bet_types/7697ee3d-241f-4fd7-8e23-849b9456e3ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7697ee3d-241f-4fd7-8e23-849b9456e3ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/efaf8bbf-265d-40e3-b3bf-7165a14740a9/?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": "Tennessee Titans",
                "amount": 5000.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba5b03e4-dcd9-42ab-a106-f802937090a0",
            "gambit_id": "cd803a7e-0e01-488e-8a09-dfcad93c6d25",
            "last_updated": "2022-08-29T11:32:14.619870-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7697ee3d-241f-4fd7-8e23-849b9456e3ce/?format=api"
        },
        {
            "id": "07e223be-bf8b-4f9b-8777-d2c679d9c40a",
            "gambit_id": "1b4677ab-cc19-4267-b55b-c8489a0dadbe",
            "last_updated": "2022-08-29T11:32:14.620358-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7697ee3d-241f-4fd7-8e23-849b9456e3ce/?format=api"
        }
    ]
}