GET /api/bet_types/269e0dc4-e9c6-457f-976f-8f01b59de45d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "269e0dc4-e9c6-457f-976f-8f01b59de45d",
    "match": "https://api-prod.gambitprofit.com/api/matches/37d04124-be01-43a4-8f95-752e8baea0d7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T09:37:11.319159-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0a2f454-e49a-4b73-a4b8-d1b2671971ca",
            "gambit_id": "0f2c1a26-bdae-4d67-98f4-8c1fe6322e89",
            "last_updated": "2023-03-15T10:07:10.814042-04:00",
            "created_at": "2023-03-14T09:37:11.321836-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/269e0dc4-e9c6-457f-976f-8f01b59de45d/?format=api"
        },
        {
            "id": "b6728f95-e7f4-4c82-8b89-fdb82d1bfe58",
            "gambit_id": "8ea1ce24-fa14-46e0-9319-4f914e9cf9d2",
            "last_updated": "2023-03-15T10:07:10.809941-04:00",
            "created_at": "2023-03-14T09:37:11.320435-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/269e0dc4-e9c6-457f-976f-8f01b59de45d/?format=api"
        }
    ]
}