GET /api/bet_types/ff103672-0cdb-473d-a26b-b5a36ab6276a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff103672-0cdb-473d-a26b-b5a36ab6276a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc812c4d-f63a-472d-9fc9-3603ce20b19d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-03T10:18:14.836340-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": "Atlanta Falcons",
                "amount": 5213.0
            },
            {
                "team": "Houston Texans",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b4c68e3-4aba-46a9-b1ae-113a7f3f6241",
            "gambit_id": "3e51a3d7-eb74-4663-9318-0f6d7b98997b",
            "last_updated": "2023-10-09T15:53:14.976407-04:00",
            "created_at": "2023-10-03T10:18:14.848294-04:00",
            "name": "Atlanta Falcons",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff103672-0cdb-473d-a26b-b5a36ab6276a/?format=api"
        },
        {
            "id": "0170dde1-36cd-4632-9a83-c460392a94b2",
            "gambit_id": "e9b0d917-c6dc-4c2a-8821-86a083984d44",
            "last_updated": "2023-10-09T15:53:14.973097-04:00",
            "created_at": "2023-10-03T10:18:14.842229-04:00",
            "name": "Houston Texans",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff103672-0cdb-473d-a26b-b5a36ab6276a/?format=api"
        }
    ]
}