GET /api/bet_types/19f0a5b1-74e9-4e7a-b1bd-9edbfb446426/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19f0a5b1-74e9-4e7a-b1bd-9edbfb446426",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4dfaa88-e09c-4575-b7ca-172b166da0cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-17T23:07:15.422141-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": "Alabama",
                "amount": 5000.0
            },
            {
                "team": "Maryland",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d82b244-55c4-44d3-a8f3-22a4b91e2a92",
            "gambit_id": "112cfbc5-2095-49b5-babc-0f079f06d8c2",
            "last_updated": "2023-03-19T16:37:10.149923-04:00",
            "created_at": "2023-03-17T23:07:15.424421-04:00",
            "name": "Alabama",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19f0a5b1-74e9-4e7a-b1bd-9edbfb446426/?format=api"
        },
        {
            "id": "64084404-4502-4a4f-9266-600086b7256e",
            "gambit_id": "0d822740-aa69-40aa-9673-0095edaa8a9e",
            "last_updated": "2023-03-19T16:37:10.151297-04:00",
            "created_at": "2023-03-17T23:07:15.426716-04:00",
            "name": "Maryland",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19f0a5b1-74e9-4e7a-b1bd-9edbfb446426/?format=api"
        }
    ]
}