GET /api/bet_types/7605124a-d851-42b1-8f65-178f98d0438f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7605124a-d851-42b1-8f65-178f98d0438f",
    "match": "https://api-prod.gambitprofit.com/api/matches/de4612db-771b-46a6-b33e-9126bf1d3578/?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": "Kentucky",
                "amount": 5000.0
            },
            {
                "team": "Mississippi",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "1c15197f-84b6-4b34-856f-7b9d1d67e482",
            "gambit_id": "f80d6079-c80d-4d24-9c2e-411948799842",
            "last_updated": "2022-10-02T15:17:24.237387-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kentucky",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7605124a-d851-42b1-8f65-178f98d0438f/?format=api"
        },
        {
            "id": "36102a55-c811-4a6a-a045-dc417a68ced6",
            "gambit_id": "bfee2259-e0ce-4a79-92b1-b65af04128aa",
            "last_updated": "2022-10-02T15:17:24.236396-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7605124a-d851-42b1-8f65-178f98d0438f/?format=api"
        }
    ]
}