GET /api/bet_types/24da151e-de19-4678-b25a-088860536357/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24da151e-de19-4678-b25a-088860536357",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb76ca96-2f5b-4d01-9447-a7cb98e18b64/?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": "Colorado Rockies",
                "amount": 5753.0
            },
            {
                "team": "San Francisco Giants",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "2fb3397a-1d3f-4047-8857-6cc48a1ba682",
            "gambit_id": "525b4afa-b100-412e-801b-63a5864c4a7e",
            "last_updated": "2022-09-29T10:17:11.872081-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Rockies",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24da151e-de19-4678-b25a-088860536357/?format=api"
        },
        {
            "id": "16d1d783-db77-428c-bd7d-f206dbc13771",
            "gambit_id": "a21fc92a-8e25-4a2b-b146-775c8a2d3566",
            "last_updated": "2022-09-29T10:17:11.871120-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco Giants",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24da151e-de19-4678-b25a-088860536357/?format=api"
        }
    ]
}