GET /api/bet_types/d9bf8cb3-1a06-43c2-a165-d050852c7c14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9bf8cb3-1a06-43c2-a165-d050852c7c14",
    "match": "https://api-prod.gambitprofit.com/api/matches/e42e96b4-24aa-4a72-b87f-7510272f041a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T08:22:00.738237-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": "Buffalo Sabres",
                "amount": 6575.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3425.0
            }
        ],
        "expected_reward_tokens": 9007.75,
        "profit_sb": 7.75,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "a86ff357-bfeb-4ccd-b000-3539629f4306",
            "gambit_id": "8f40f89c-72aa-4ed4-b1cf-7f869d5a29b4",
            "last_updated": "2023-01-13T11:47:15.111063-05:00",
            "created_at": "2023-01-12T08:22:00.739439-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.37000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9bf8cb3-1a06-43c2-a165-d050852c7c14/?format=api"
        },
        {
            "id": "48690993-e344-4cfa-98cc-6ea7fa69097c",
            "gambit_id": "38a0be37-dcf2-4326-a204-73a38d9a242f",
            "last_updated": "2023-01-13T11:47:15.112160-05:00",
            "created_at": "2023-01-12T08:22:00.740585-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.63000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9bf8cb3-1a06-43c2-a165-d050852c7c14/?format=api"
        }
    ]
}