GET /api/bet_types/9594a3f7-13d3-47f9-bfad-e005ce3948fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9594a3f7-13d3-47f9-bfad-e005ce3948fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2214336-6d88-4570-8727-8d0817830e9d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-09T11:07:09.825653-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": "MIL",
                "amount": 5784.0
            },
            {
                "team": "LOS",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d39a2a0-48b7-42b5-be61-7f63a9a3068d",
            "gambit_id": "e14998a0-2612-41ba-ad45-10da3aba4eff",
            "last_updated": "2023-05-10T15:32:07.303823-04:00",
            "created_at": "2023-05-09T11:07:09.827365-04:00",
            "name": "MIL",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9594a3f7-13d3-47f9-bfad-e005ce3948fa/?format=api"
        },
        {
            "id": "df9391c7-8a97-4d4c-8c5c-ad5037c4855b",
            "gambit_id": "d8c1b9ac-e6e7-48e4-9708-f2c5abdd421d",
            "last_updated": "2023-05-10T15:32:07.305660-04:00",
            "created_at": "2023-05-09T11:07:09.828856-04:00",
            "name": "LOS",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9594a3f7-13d3-47f9-bfad-e005ce3948fa/?format=api"
        }
    ]
}