GET /api/bet_types/9bac2d43-17e4-4849-8d4c-c53a60f402fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bac2d43-17e4-4849-8d4c-c53a60f402fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/ded55136-46c6-41b2-9d09-85017d0b5f17/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-18T12:12:00.840355-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": "LAA",
                "amount": 5784.0
            },
            {
                "team": "NYY",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "42959286-c0ea-4e7d-bd9a-98c13e2e5bd6",
            "gambit_id": "0d66b4c4-5f0a-493b-bfba-69128714b5fc",
            "last_updated": "2023-04-19T13:52:31.060255-04:00",
            "created_at": "2023-04-18T12:12:00.844364-04:00",
            "name": "LAA",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bac2d43-17e4-4849-8d4c-c53a60f402fe/?format=api"
        },
        {
            "id": "528458eb-4432-4896-b8b4-13826cd366a1",
            "gambit_id": "989c9593-2d9d-4bec-a5a1-f645c7851f6f",
            "last_updated": "2023-04-19T13:52:31.056596-04:00",
            "created_at": "2023-04-18T12:12:00.842110-04:00",
            "name": "NYY",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bac2d43-17e4-4849-8d4c-c53a60f402fe/?format=api"
        }
    ]
}