GET /api/bet_types/c5d2f39e-1c7e-458c-9986-f3017cd18c5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5d2f39e-1c7e-458c-9986-f3017cd18c5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c56fca8-8798-4463-9773-0936658ef3eb/?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": "Iowa State",
                "amount": 5000.0
            },
            {
                "team": "West Virginia",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b830c67c-0d64-4b28-91e2-fcc8b03f1f34",
            "gambit_id": "cefe86ef-fa20-4988-baf3-4a1c64a9525c",
            "last_updated": "2022-11-06T09:03:36.564177-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5d2f39e-1c7e-458c-9986-f3017cd18c5b/?format=api"
        },
        {
            "id": "a323026f-d2c2-4d07-8211-4caccd8489d2",
            "gambit_id": "e0ec7f1a-5bef-4a70-9bac-3f5f584f66fe",
            "last_updated": "2022-11-06T09:03:36.565155-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Virginia",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5d2f39e-1c7e-458c-9986-f3017cd18c5b/?format=api"
        }
    ]
}