GET /api/bet_types/effa05d1-5026-4df6-b909-72b9422a4fba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "effa05d1-5026-4df6-b909-72b9422a4fba",
    "match": "https://api-prod.gambitprofit.com/api/matches/9340e12d-1c14-4c9c-a8e3-403bd6481ea8/?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": "Rutgers",
                "amount": 5000.0
            },
            {
                "team": "Ohio State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b639f76-2bba-4164-81db-227644222d9e",
            "gambit_id": "f802ead9-6946-4a5f-bd8a-a198c209eec1",
            "last_updated": "2022-10-03T09:52:30.477804-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/effa05d1-5026-4df6-b909-72b9422a4fba/?format=api"
        },
        {
            "id": "ce67ff79-1943-49d2-a4c4-82069aa61b02",
            "gambit_id": "13d437a8-a2d7-4d9f-bd21-6218366bda6e",
            "last_updated": "2022-10-03T09:52:30.476810-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio State",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/effa05d1-5026-4df6-b909-72b9422a4fba/?format=api"
        }
    ]
}