GET /api/bet_types/b5f59fc0-5805-4890-ba59-182172a455f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5f59fc0-5805-4890-ba59-182172a455f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/5845f7f9-ec2d-4d85-b131-6c160965027e/?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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "80656342-021f-4b3a-84e5-fb9c1372fc29",
            "gambit_id": "40d544a5-12e6-4d0b-ad07-eb131822d424",
            "last_updated": "2022-12-15T10:46:59.962088-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f59fc0-5805-4890-ba59-182172a455f6/?format=api"
        },
        {
            "id": "1685f853-4d4f-4faf-aa0f-8840cf9582c4",
            "gambit_id": "c86c182d-966f-4b8f-bcf7-de274612b3a7",
            "last_updated": "2022-12-15T10:46:59.963415-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f59fc0-5805-4890-ba59-182172a455f6/?format=api"
        }
    ]
}