GET /api/bet_types/149320a1-e98f-4e5b-a29b-dc97e841d4c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "149320a1-e98f-4e5b-a29b-dc97e841d4c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fed8164-9ace-46b1-aa4d-cacf6250fc29/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T08:28:24.048416-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": 5107.0
            },
            {
                "team": "NYY",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "167638c7-6494-4922-a93c-3fe7bd7c1ad6",
            "gambit_id": "40cc4c36-c260-47cf-bde2-d5fea7588032",
            "last_updated": "2023-08-25T19:08:08.431359-04:00",
            "created_at": "2023-08-24T08:28:24.053605-04:00",
            "name": "WAS",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/149320a1-e98f-4e5b-a29b-dc97e841d4c7/?format=api"
        },
        {
            "id": "388d307a-5c28-4ac4-bde0-4e8f08611d85",
            "gambit_id": "3b97c97f-986a-4f5f-91b4-8b2d7961ecd2",
            "last_updated": "2023-08-25T19:08:08.422857-04:00",
            "created_at": "2023-08-24T08:28:24.059321-04:00",
            "name": "NYY",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/149320a1-e98f-4e5b-a29b-dc97e841d4c7/?format=api"
        }
    ]
}