GET /api/bet_types/b41941f2-e04d-44e8-8b07-32834a071d6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b41941f2-e04d-44e8-8b07-32834a071d6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a04dabf9-45b4-4cad-9c8d-c507662c40b2/?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": "Temple",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8850.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "de457de7-5776-455d-bf31-e733b1c73d61",
            "gambit_id": "21a81e5c-9933-4d85-ad9d-2053d07d455d",
            "last_updated": "2022-09-18T20:47:17.963786-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "1.77000",
            "odds": "1.90910",
            "spread": "-18.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b41941f2-e04d-44e8-8b07-32834a071d6e/?format=api"
        },
        {
            "id": "3cda9b14-f815-41f8-982b-15c685763254",
            "gambit_id": "092d42c4-a276-425c-9cd4-50653c3cba1a",
            "last_updated": "2022-09-18T20:47:17.962761-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Temple",
            "reward": "1.77000",
            "odds": "1.90910",
            "spread": "18.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b41941f2-e04d-44e8-8b07-32834a071d6e/?format=api"
        }
    ]
}