GET /api/bet_types/f5e16267-c768-45dd-b2e4-68ca2a9dc41e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5e16267-c768-45dd-b2e4-68ca2a9dc41e",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ef00324-73a1-4080-8b17-e5e8d9092367/?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": "SFO",
                "amount": 6501.0
            },
            {
                "team": "MIN",
                "amount": 3499.0
            }
        ],
        "expected_reward_tokens": 9166.41,
        "profit_sb": 166.41,
        "profit_sb_percentage": 1.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "b99b681a-94a7-413c-b842-77982d9f49d9",
            "gambit_id": "554b535b-854f-4ba5-8eab-9a581ecd410b",
            "last_updated": "2022-08-29T13:07:05.058169-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.41000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5e16267-c768-45dd-b2e4-68ca2a9dc41e/?format=api"
        },
        {
            "id": "cc596854-9179-4bbe-87fb-6e772dc7f7e8",
            "gambit_id": "bdab9d46-f39d-403d-af7a-4fe9e73ee7ef",
            "last_updated": "2022-08-29T13:07:05.057694-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "2.62000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5e16267-c768-45dd-b2e4-68ca2a9dc41e/?format=api"
        }
    ]
}