GET /api/bet_types/8c3aacf1-9158-4b36-bfc2-421008731488/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c3aacf1-9158-4b36-bfc2-421008731488",
    "match": "https://api-prod.gambitprofit.com/api/matches/12f7e7a2-b2f5-42e9-9f26-61e79ab27e58/?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": "North Texas",
                "amount": 5000.0
            },
            {
                "team": "Memphis",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "eed2d40a-8372-4040-a5e3-690c71f83bff",
            "gambit_id": "93ce3bd7-0f9f-47e6-9fd9-648f35869b6a",
            "last_updated": "2022-09-25T19:57:05.948346-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c3aacf1-9158-4b36-bfc2-421008731488/?format=api"
        },
        {
            "id": "36625a2e-7b6a-42f6-b0c5-c73c4d7c3f3e",
            "gambit_id": "fe91b4a0-55f6-4c1c-a13a-fefa56841770",
            "last_updated": "2022-09-25T19:57:05.946958-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c3aacf1-9158-4b36-bfc2-421008731488/?format=api"
        }
    ]
}