GET /api/bet_types/ca274b34-a58c-4bf7-b0f6-92ae20f56467/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca274b34-a58c-4bf7-b0f6-92ae20f56467",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5cd5179-9f23-47bb-b561-43da1253d3f4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-09T11:07:13.844730-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": "SFO",
                "amount": 5107.0
            },
            {
                "team": "WAS",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a76a9dd-6c66-4ccd-9939-b46e80053147",
            "gambit_id": "ebb8581c-ae76-4706-9d3a-421673c03a8f",
            "last_updated": "2023-05-10T15:27:07.918960-04:00",
            "created_at": "2023-05-09T11:07:13.846421-04:00",
            "name": "SFO",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca274b34-a58c-4bf7-b0f6-92ae20f56467/?format=api"
        },
        {
            "id": "2f8b7a49-272f-4ae3-87dd-71781e9d954d",
            "gambit_id": "a5345a42-5f9b-4a1d-ad82-206778cefad1",
            "last_updated": "2023-05-10T15:27:07.920209-04:00",
            "created_at": "2023-05-09T11:07:13.848378-04:00",
            "name": "WAS",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca274b34-a58c-4bf7-b0f6-92ae20f56467/?format=api"
        }
    ]
}