GET /api/bet_types/3081b159-c126-40be-b328-5aa278fbf161/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3081b159-c126-40be-b328-5aa278fbf161",
    "match": "https://api-prod.gambitprofit.com/api/matches/866b36fd-acda-4953-9896-396091c0c9f5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-22T11:27:15.991345-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": "BOS",
                "amount": 6390.0
            },
            {
                "team": "LAA",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff136246-bee0-48fc-9a83-7f7204c53331",
            "gambit_id": "3b73a51c-fed8-4eb1-ae17-e4440fb04ec9",
            "last_updated": "2023-05-25T13:47:08.501547-04:00",
            "created_at": "2023-05-22T11:27:15.994822-04:00",
            "name": "BOS",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3081b159-c126-40be-b328-5aa278fbf161/?format=api"
        },
        {
            "id": "0f880dd4-47a2-4977-87ee-53d9406ebe1c",
            "gambit_id": "63fbe2fd-023c-4263-9ffa-7e66f45af7bf",
            "last_updated": "2023-05-25T13:47:08.503609-04:00",
            "created_at": "2023-05-22T11:27:15.993027-04:00",
            "name": "LAA",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3081b159-c126-40be-b328-5aa278fbf161/?format=api"
        }
    ]
}