GET /api/bet_types/adf35b9b-0a7d-44a3-8768-ffd0258a2dd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "adf35b9b-0a7d-44a3-8768-ffd0258a2dd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5f20544-e979-4283-afa5-a689cacc6e66/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T11:13:06.806050-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": "San Francisco 49ers",
                "amount": 5107.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae8b8fb3-6a5e-4daa-b9fa-df093779759e",
            "gambit_id": "bf17659a-1439-42ff-a89e-a594a607b58b",
            "last_updated": "2023-12-26T20:18:07.021881-05:00",
            "created_at": "2023-12-20T11:13:06.813999-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adf35b9b-0a7d-44a3-8768-ffd0258a2dd0/?format=api"
        },
        {
            "id": "f6302a64-1f9f-4fc6-8ec5-9dfbe0b95a52",
            "gambit_id": "fff0de6d-d7b6-4cbf-91b6-2371be5c2ec2",
            "last_updated": "2023-12-26T20:18:07.018281-05:00",
            "created_at": "2023-12-20T11:13:06.810097-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adf35b9b-0a7d-44a3-8768-ffd0258a2dd0/?format=api"
        }
    ]
}