GET /api/bet_types/c5d82d36-bde3-4803-8161-cb086c92b1f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5d82d36-bde3-4803-8161-cb086c92b1f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/8111e8d8-90fe-496e-a625-b5cbcf9075ef/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-06T08:07:12.249998-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1624459a-51f0-4620-a95b-222ac6752b12",
            "gambit_id": "eb440b7b-f08a-4fde-9606-304b593b93e9",
            "last_updated": "2023-03-07T10:07:07.777127-05:00",
            "created_at": "2023-03-06T08:07:12.251289-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5d82d36-bde3-4803-8161-cb086c92b1f1/?format=api"
        },
        {
            "id": "52f3d1f6-d3bb-4d88-b0cc-1ecbae8a6cff",
            "gambit_id": "14b36bff-0c76-4110-9155-57efc199ad56",
            "last_updated": "2023-03-07T10:07:07.778345-05:00",
            "created_at": "2023-03-06T08:07:12.252688-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5d82d36-bde3-4803-8161-cb086c92b1f1/?format=api"
        }
    ]
}