GET /api/bet_types/f68f489f-aae4-4dd5-a22f-64f9e0904117/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f68f489f-aae4-4dd5-a22f-64f9e0904117",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3d5a2e4-1b6f-4a1c-ab27-bd66e70c9bf5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-17T11:42:58.555870-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": "SFO",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "90700e33-fefc-4522-9d8b-6c642b059ef9",
            "gambit_id": "afa16428-74e0-44d2-b562-5a5655c7007c",
            "last_updated": "2023-07-24T19:07:56.836726-04:00",
            "created_at": "2023-07-17T11:42:58.558761-04:00",
            "name": "CIN",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f68f489f-aae4-4dd5-a22f-64f9e0904117/?format=api"
        },
        {
            "id": "ef70487a-ce74-48fe-85df-90ec9961dd7a",
            "gambit_id": "a248eccb-3fca-496b-848c-adc5b3063283",
            "last_updated": "2023-07-24T19:07:56.833451-04:00",
            "created_at": "2023-07-17T11:42:58.557268-04:00",
            "name": "SFO",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f68f489f-aae4-4dd5-a22f-64f9e0904117/?format=api"
        }
    ]
}