GET /api/bet_types/ad82c18b-ab98-436a-ae06-7218bafd52a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad82c18b-ab98-436a-ae06-7218bafd52a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/46dd70fb-a8f5-46fd-ba9c-3a6c2d7e2aff/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "STL",
                "amount": 5745.0
            },
            {
                "team": "CIN",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9190.8,
        "profit_sb": 190.8,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "7608dc1e-69ec-46b1-a1e2-a02455306a91",
            "gambit_id": "8073682d-c798-486a-ba26-a108f65dcc64",
            "last_updated": "2022-09-01T10:47:08.286535-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad82c18b-ab98-436a-ae06-7218bafd52a2/?format=api"
        },
        {
            "id": "5629318b-c0d6-4b5c-9921-ba9a1d5dbdad",
            "gambit_id": "f1d19501-342a-4714-b2f9-53b209488f54",
            "last_updated": "2022-09-01T10:47:08.287029-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad82c18b-ab98-436a-ae06-7218bafd52a2/?format=api"
        }
    ]
}