GET /api/bet_types/982208e5-b36f-4dc7-b0ce-601bb6f6240d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "982208e5-b36f-4dc7-b0ce-601bb6f6240d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c46f444b-ce26-446a-b93c-4112c8ebf8c0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:19.752093-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": "Milwaukee Brewers",
                "amount": 5773.0
            },
            {
                "team": "San Diego Padres",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "07ecd56b-4cf8-47f8-aee3-bebfd624d8e3",
            "gambit_id": "bc17efb8-0b56-40ab-bcf9-227a88674921",
            "last_updated": "2023-04-14T12:02:23.250336-04:00",
            "created_at": "2023-04-13T09:32:19.754963-04:00",
            "name": "Milwaukee Brewers",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/982208e5-b36f-4dc7-b0ce-601bb6f6240d/?format=api"
        },
        {
            "id": "c68a5d28-342a-477b-a7c7-cb2cb2797330",
            "gambit_id": "346e974e-2daf-4b5a-9445-1325c31e4a5b",
            "last_updated": "2023-04-14T12:02:23.248235-04:00",
            "created_at": "2023-04-13T09:32:19.753502-04:00",
            "name": "San Diego Padres",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/982208e5-b36f-4dc7-b0ce-601bb6f6240d/?format=api"
        }
    ]
}