GET /api/bet_types/b3ceec99-d382-48e2-b9dc-0ce047062568/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3ceec99-d382-48e2-b9dc-0ce047062568",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b93ed42-f08c-4c60-94ba-3b163f1211e3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-12T10:03:09.342104-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": "Philadelphia Flyers",
                "amount": 6547.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf10a625-a068-4aaf-86e8-44bd041086af",
            "gambit_id": "7eec8538-eaf1-467c-ad39-702759d4e667",
            "last_updated": "2023-12-14T10:33:29.829778-05:00",
            "created_at": "2023-12-12T10:03:09.345771-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3ceec99-d382-48e2-b9dc-0ce047062568/?format=api"
        },
        {
            "id": "3fd10539-34c6-44c6-897e-5410213cf6c6",
            "gambit_id": "2f84d7cc-60c0-4c6a-8b62-7bc0e7a9852d",
            "last_updated": "2023-12-14T10:33:29.832947-05:00",
            "created_at": "2023-12-12T10:03:09.349695-05:00",
            "name": "Nashville Predators",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3ceec99-d382-48e2-b9dc-0ce047062568/?format=api"
        }
    ]
}