GET /api/bet_types/4e439a6d-5b68-44fc-a405-90d519a8eb21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e439a6d-5b68-44fc-a405-90d519a8eb21",
    "match": "https://api-prod.gambitprofit.com/api/matches/235e54a0-54e8-4998-afb6-25f271ba4f49/?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": "Maryland",
                "amount": 5000.0
            },
            {
                "team": "Charlotte",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "347e01f8-f2d9-4705-af7b-9d3774d14113",
            "gambit_id": "1e74e959-e1bb-40e3-9c6a-f9106d60f601",
            "last_updated": "2022-09-11T10:22:15.051764-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-28.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e439a6d-5b68-44fc-a405-90d519a8eb21/?format=api"
        },
        {
            "id": "51a9f2fa-5d91-4e59-b7ac-b2e8b3ee877b",
            "gambit_id": "921612a6-3632-4190-bdd7-7359a67643c9",
            "last_updated": "2022-09-11T10:22:15.050728-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "28.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e439a6d-5b68-44fc-a405-90d519a8eb21/?format=api"
        }
    ]
}