GET /api/bet_types/5c34aa95-90fb-4225-b257-828094402179/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c34aa95-90fb-4225-b257-828094402179",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d3a8698-e906-48fc-b80a-20864beaf369/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-27T08:33:21.305769-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": "DET",
                "amount": 5857.0
            },
            {
                "team": "LAA",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "66c197f6-3909-424d-8178-94d910bbb20e",
            "gambit_id": "fb3bb65d-f88b-409e-846b-6bb67add90e5",
            "last_updated": "2023-07-28T09:38:25.590566-04:00",
            "created_at": "2023-07-27T08:33:21.314897-04:00",
            "name": "DET",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c34aa95-90fb-4225-b257-828094402179/?format=api"
        },
        {
            "id": "4a0093fa-c1b3-4f5b-9de8-d23a2bd7336b",
            "gambit_id": "2e0f4bbc-313c-4b33-98e6-36513fd6dfb5",
            "last_updated": "2023-07-28T09:38:25.587085-04:00",
            "created_at": "2023-07-27T08:33:21.310345-04:00",
            "name": "LAA",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c34aa95-90fb-4225-b257-828094402179/?format=api"
        }
    ]
}