GET /api/bet_types/4348ff51-871a-445d-8483-10edcb046df8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4348ff51-871a-445d-8483-10edcb046df8",
    "match": "https://api-prod.gambitprofit.com/api/matches/94570ff8-fbc1-46e7-b7de-02ecd63efd89/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-22T08:23:02.255230-04: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": "WAS",
                "amount": 5213.0
            },
            {
                "team": "ARI",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "587615df-f6f4-4eab-b2db-02bd9d6f4b4a",
            "gambit_id": "1ded4d5e-42d1-4a62-83d9-36a861776880",
            "last_updated": "2023-06-23T14:48:07.752086-04:00",
            "created_at": "2023-06-22T08:23:02.259340-04:00",
            "name": "WAS",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4348ff51-871a-445d-8483-10edcb046df8/?format=api"
        },
        {
            "id": "9c6f0b0f-d13a-4ace-906e-1779ec636649",
            "gambit_id": "d9bf741c-7775-49e7-bfd2-183e1a5efc0c",
            "last_updated": "2023-06-23T14:48:07.749827-04:00",
            "created_at": "2023-06-22T08:23:02.257284-04:00",
            "name": "ARI",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4348ff51-871a-445d-8483-10edcb046df8/?format=api"
        }
    ]
}