GET /api/bet_types/fe0f9652-0a7a-47c1-890d-3811695e08ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe0f9652-0a7a-47c1-890d-3811695e08ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9de6131-308c-4c42-a980-8203071fd280/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-10T10:03:10.784563-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": "COL",
                "amount": 5222.0
            },
            {
                "team": "SFO",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1e0fd51-a848-4098-93da-70b0ea65e5ff",
            "gambit_id": "36729bad-4002-4ebc-9b76-091052eb7e62",
            "last_updated": "2023-09-12T11:18:00.932732-04:00",
            "created_at": "2023-09-10T10:03:10.787989-04:00",
            "name": "COL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe0f9652-0a7a-47c1-890d-3811695e08ae/?format=api"
        },
        {
            "id": "3fde1e1a-6b07-48b8-bc96-3e87d4860a18",
            "gambit_id": "969a2b6a-270a-40d4-aa6b-1a9945fbc6ed",
            "last_updated": "2023-09-12T11:18:00.936337-04:00",
            "created_at": "2023-09-10T10:03:10.805982-04:00",
            "name": "SFO",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe0f9652-0a7a-47c1-890d-3811695e08ae/?format=api"
        }
    ]
}