GET /api/bet_types/b99eaf7b-4e24-4a66-acd6-5c7dc5a87052/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b99eaf7b-4e24-4a66-acd6-5c7dc5a87052",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a7ae04c-a4f6-4446-b853-2b6e93106f97/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-10T15:11:59.559787-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": "CIN",
                "amount": 5213.0
            },
            {
                "team": "NYM",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "389981ba-d16b-46ec-bec1-64be2b7ef87d",
            "gambit_id": "971032f4-f5e2-47a7-a3ba-3cf8e8a74a82",
            "last_updated": "2023-05-11T11:17:10.340999-04:00",
            "created_at": "2023-05-10T15:11:59.563015-04:00",
            "name": "CIN",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b99eaf7b-4e24-4a66-acd6-5c7dc5a87052/?format=api"
        },
        {
            "id": "1b340793-5574-4691-be0b-c37211bbf0e3",
            "gambit_id": "25bc928d-f208-42ce-98b5-997204d03c79",
            "last_updated": "2023-05-11T11:17:10.342872-04:00",
            "created_at": "2023-05-10T15:11:59.561348-04:00",
            "name": "NYM",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b99eaf7b-4e24-4a66-acd6-5c7dc5a87052/?format=api"
        }
    ]
}