GET /api/bet_types/867a8b02-1179-490a-b42f-95b3fccb879c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "867a8b02-1179-490a-b42f-95b3fccb879c",
    "match": "https://api-prod.gambitprofit.com/api/matches/90887ea2-1fed-43a8-a9e0-14a2e4e234f9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-10T15:11:59.954595-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 Red Sox",
                "amount": 5599.0
            },
            {
                "team": "Atlanta Braves",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "33605849-3cd3-480d-bf5b-be6ee9e87ac2",
            "gambit_id": "5d7a1bf0-c493-4df3-94d5-b6b004b0abd8",
            "last_updated": "2023-05-11T11:17:10.670932-04:00",
            "created_at": "2023-05-10T15:11:59.957707-04:00",
            "name": "Boston Red Sox",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/867a8b02-1179-490a-b42f-95b3fccb879c/?format=api"
        },
        {
            "id": "7ea49462-48eb-436f-8d2b-15626b92ff1c",
            "gambit_id": "8f23c631-0300-46e0-a481-890e8a93ef29",
            "last_updated": "2023-05-11T11:17:10.669623-04:00",
            "created_at": "2023-05-10T15:11:59.956096-04:00",
            "name": "Atlanta Braves",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/867a8b02-1179-490a-b42f-95b3fccb879c/?format=api"
        }
    ]
}