GET /api/bet_types/08f68265-605e-403a-bfa9-b472f5a8a4f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08f68265-605e-403a-bfa9-b472f5a8a4f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/72cfa043-16a2-4c80-9d35-f91c3ecc1c18/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-04T09:43:00.243101-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": "Dallas Cowboys",
                "amount": 5000.0
            },
            {
                "team": "Washington Commanders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3117c2cf-d122-454c-9a82-6d8a91cfa2f8",
            "gambit_id": "3eeb959f-2e7e-4508-8a18-44d87894d40a",
            "last_updated": "2024-01-09T10:28:27.891218-05:00",
            "created_at": "2024-01-04T09:43:00.246862-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08f68265-605e-403a-bfa9-b472f5a8a4f2/?format=api"
        },
        {
            "id": "7dab7945-c021-477c-8d68-4f957abdc753",
            "gambit_id": "5496cc26-d93b-4c56-be22-1bbad10f2332",
            "last_updated": "2024-01-09T10:28:27.894553-05:00",
            "created_at": "2024-01-04T09:43:00.251722-05:00",
            "name": "Washington Commanders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08f68265-605e-403a-bfa9-b472f5a8a4f2/?format=api"
        }
    ]
}