GET /api/bet_types/85bfae10-7ddd-4f4b-b4ed-32f6f864bda1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85bfae10-7ddd-4f4b-b4ed-32f6f864bda1",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ed7f540-5bd0-46d8-8aef-5401b5c9fd09/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-30T11:22:16.984231-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": "Boston Bruins",
                "amount": 6100.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "70d2baf3-5e0c-45e7-81e5-18f4b0ff9d94",
            "gambit_id": "26dde256-0126-465f-9347-76fecda7f86e",
            "last_updated": "2023-03-31T14:42:25.230730-04:00",
            "created_at": "2023-03-30T11:22:16.985524-04:00",
            "name": "Boston Bruins",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85bfae10-7ddd-4f4b-b4ed-32f6f864bda1/?format=api"
        },
        {
            "id": "8eb48f93-5c53-431f-8838-fe5014d61169",
            "gambit_id": "ce1c31aa-3370-48eb-9f84-1216233545b4",
            "last_updated": "2023-03-31T14:42:25.233661-04:00",
            "created_at": "2023-03-30T11:22:16.986954-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85bfae10-7ddd-4f4b-b4ed-32f6f864bda1/?format=api"
        }
    ]
}