GET /api/bet_types/6bf8c79f-5403-4471-bb18-40ab9d66c1de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bf8c79f-5403-4471-bb18-40ab9d66c1de",
    "match": "https://api-prod.gambitprofit.com/api/matches/3882861f-7ce4-4755-8e3d-170f4d0f082a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-24T12:58:15.712282-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 Braves",
                "amount": 6154.0
            },
            {
                "team": "Washington Nationals",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "63536253-b9a9-41e2-a48a-ac1a2151da8c",
            "gambit_id": "e16143db-3824-4814-8a05-2b874c02084b",
            "last_updated": "2023-09-26T09:22:59.511042-04:00",
            "created_at": "2023-09-24T12:58:15.716116-04:00",
            "name": "Atlanta Braves",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bf8c79f-5403-4471-bb18-40ab9d66c1de/?format=api"
        },
        {
            "id": "8b5a2d5b-dec8-40f9-957a-f4736f0ca435",
            "gambit_id": "b74bc15b-0db3-44a9-82c1-970f95d514ae",
            "last_updated": "2023-09-26T09:22:59.515143-04:00",
            "created_at": "2023-09-24T12:58:15.720575-04:00",
            "name": "Washington Nationals",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bf8c79f-5403-4471-bb18-40ab9d66c1de/?format=api"
        }
    ]
}