GET /api/bet_types/c019cd7c-0d2a-4487-8f92-47a65c01eb33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c019cd7c-0d2a-4487-8f92-47a65c01eb33",
    "match": "https://api-prod.gambitprofit.com/api/matches/e13cb2df-0c54-45fc-9066-a95856696e78/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-27T09:18:12.845009-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": "New Jersey Devils",
                "amount": 6232.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "b240e156-1cb3-4bb4-83ba-2885ab5d8014",
            "gambit_id": "00e79930-7bb6-46a6-908b-5fc435e14777",
            "last_updated": "2024-01-29T21:53:08.081470-05:00",
            "created_at": "2024-01-27T09:18:12.849997-05:00",
            "name": "New Jersey Devils",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c019cd7c-0d2a-4487-8f92-47a65c01eb33/?format=api"
        },
        {
            "id": "0f9a36ae-d264-4549-b7d1-aa2b9c43909d",
            "gambit_id": "a7aca6d0-bda6-4cf5-bc8a-3696668366c8",
            "last_updated": "2024-01-29T21:53:08.084735-05:00",
            "created_at": "2024-01-27T09:18:12.854565-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c019cd7c-0d2a-4487-8f92-47a65c01eb33/?format=api"
        }
    ]
}