GET /api/bet_types/9ccbd39b-ff55-4197-b170-acd3c789bff9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ccbd39b-ff55-4197-b170-acd3c789bff9",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c0ff698-adae-40ae-b220-e0b0fc35f335/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-15T08:32:02.959921-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 Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "be086308-4e74-4113-8d37-34d7f2b6daa8",
            "gambit_id": "5324ff3d-9226-48b1-b5c4-5469e7533259",
            "last_updated": "2023-01-16T10:56:51.836400-05:00",
            "created_at": "2023-01-15T08:32:02.962193-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ccbd39b-ff55-4197-b170-acd3c789bff9/?format=api"
        },
        {
            "id": "640cdb66-7c47-4a14-aea2-2d459b07a0e3",
            "gambit_id": "8248e0c8-3bb1-4d8f-8aa0-56b9a13b6d1e",
            "last_updated": "2023-01-16T10:56:51.839411-05:00",
            "created_at": "2023-01-15T08:32:02.964721-05:00",
            "name": "Sacramento Kings",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ccbd39b-ff55-4197-b170-acd3c789bff9/?format=api"
        }
    ]
}