GET /api/bet_types/d6a0b954-d977-4e26-a562-20558385bed2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6a0b954-d977-4e26-a562-20558385bed2",
    "match": "https://api-prod.gambitprofit.com/api/matches/932ae842-1e90-46f3-b42c-48920f31330e/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Florida Atlantic",
                "amount": 5000.0
            },
            {
                "team": "Rice",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "56568f4b-263b-4adc-9b57-25b35f5b66fc",
            "gambit_id": "2ea4fd96-451c-4d84-8355-6d1bc4f925ae",
            "last_updated": "2022-10-17T09:41:51.679903-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Atlantic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6a0b954-d977-4e26-a562-20558385bed2/?format=api"
        },
        {
            "id": "86d195b0-5570-4b79-aecf-3b727bc2e262",
            "gambit_id": "da3bb9f5-99c3-4d34-9780-723e3c0a1f2d",
            "last_updated": "2022-10-17T09:41:51.680825-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6a0b954-d977-4e26-a562-20558385bed2/?format=api"
        }
    ]
}