GET /api/bet_types/d5714df2-8378-43e5-a986-50104e0cb87b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5714df2-8378-43e5-a986-50104e0cb87b",
    "match": "https://api-prod.gambitprofit.com/api/matches/49d832ae-1cca-4415-80bd-1e3d943d7f98/?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": "MIN",
                "amount": 5979.0
            },
            {
                "team": "CLE",
                "amount": 4021.0
            }
        ],
        "expected_reward_tokens": 9207.66,
        "profit_sb": 207.66,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "8f7e481a-06c0-49c9-ab36-99c10e193f07",
            "gambit_id": "378383c5-982e-4f43-848f-758013e7b37e",
            "last_updated": "2022-09-11T18:27:16.094782-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5714df2-8378-43e5-a986-50104e0cb87b/?format=api"
        },
        {
            "id": "a2402049-f3f2-4d32-8f1a-bca93e5968bb",
            "gambit_id": "cb383707-e40b-4eb6-b9d9-ef8df30a7410",
            "last_updated": "2022-09-11T18:27:16.095754-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.29000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5714df2-8378-43e5-a986-50104e0cb87b/?format=api"
        }
    ]
}