GET /api/bet_types/971caed1-458b-4fbf-8c3a-cde386339dd9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "971caed1-458b-4fbf-8c3a-cde386339dd9",
    "match": "https://api-prod.gambitprofit.com/api/matches/99ea611e-8745-4267-9a6e-1017a650da67/?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": "Auburn",
                "amount": 5000.0
            },
            {
                "team": "San Jose State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc11763f-427f-4830-a2b6-6fbff9d5a30d",
            "gambit_id": "6f1781cd-8d34-409e-a42e-077331cfd2e0",
            "last_updated": "2022-09-11T09:57:39.302202-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/971caed1-458b-4fbf-8c3a-cde386339dd9/?format=api"
        },
        {
            "id": "34bb23ec-0187-44c6-8e32-6712a48bd943",
            "gambit_id": "ecfa9da6-739c-47fd-9e48-0d1d7eaf346e",
            "last_updated": "2022-09-11T09:57:39.303213-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/971caed1-458b-4fbf-8c3a-cde386339dd9/?format=api"
        }
    ]
}