GET /api/bet_types/7771af55-c460-4929-bbaf-f5bc890609f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7771af55-c460-4929-bbaf-f5bc890609f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fafd992-cbbb-4a4e-823d-b3c411a3cf11/?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": "BAL",
                "amount": 5000.0
            },
            {
                "team": "HOU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "08eae710-dcee-48ee-af5a-1259d9cf5bd1",
            "gambit_id": "948fcf7d-bb33-4eed-b282-82d5866fa9dd",
            "last_updated": "2022-09-25T21:51:56.685967-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7771af55-c460-4929-bbaf-f5bc890609f6/?format=api"
        },
        {
            "id": "d67d193b-30b0-4215-a988-fc95b7c28005",
            "gambit_id": "a691a8b5-7849-4341-a6f9-d10c8b64837a",
            "last_updated": "2022-09-25T21:51:56.687017-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7771af55-c460-4929-bbaf-f5bc890609f6/?format=api"
        }
    ]
}