GET /api/bet_types/303b1b4d-5502-462d-a578-443de67c560d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "303b1b4d-5502-462d-a578-443de67c560d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a409b11-4773-4442-b79c-950978c35a48/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-11T09:38:23.928436-04: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": "DET",
                "amount": 6010.0
            },
            {
                "team": "BOS",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3a04ac9-8e98-423d-8a0f-ac11b273e2ef",
            "gambit_id": "75b0c38b-f4fb-464e-88b4-0a99352f005e",
            "last_updated": "2023-08-12T18:13:07.562024-04:00",
            "created_at": "2023-08-11T09:38:23.949864-04:00",
            "name": "DET",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/303b1b4d-5502-462d-a578-443de67c560d/?format=api"
        },
        {
            "id": "5cc084ef-3777-4515-990c-17dbde6cd545",
            "gambit_id": "50bb4e3a-3daa-406d-be76-e2ece5385d36",
            "last_updated": "2023-08-12T18:13:07.565574-04:00",
            "created_at": "2023-08-11T09:38:23.957455-04:00",
            "name": "BOS",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/303b1b4d-5502-462d-a578-443de67c560d/?format=api"
        }
    ]
}