GET /api/bet_types/2e1875d4-f16f-4bbc-8ae8-2d4a685b05d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e1875d4-f16f-4bbc-8ae8-2d4a685b05d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff191ce3-8284-4e1e-850e-e4d00b84dadd/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "COL",
                "amount": 5395.0
            },
            {
                "team": "MIL",
                "amount": 4605.0
            }
        ],
        "expected_reward_tokens": 9117.55,
        "profit_sb": 117.55,
        "profit_sb_percentage": 1.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "77a30ead-dcca-4acc-9770-457024390cec",
            "gambit_id": "9d137db4-1b20-4f4b-b8cb-6cb728af3c65",
            "last_updated": "2022-09-06T10:02:06.771861-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.69000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e1875d4-f16f-4bbc-8ae8-2d4a685b05d0/?format=api"
        },
        {
            "id": "8e7eb87d-0716-478c-bee2-857fa1de4174",
            "gambit_id": "33d4ecb3-6057-441e-8cc5-2ff5513d9fa3",
            "last_updated": "2022-09-06T10:02:06.772982-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e1875d4-f16f-4bbc-8ae8-2d4a685b05d0/?format=api"
        }
    ]
}