GET /api/bet_types/8178c783-5faf-42da-abfa-1c53f8cc2d64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8178c783-5faf-42da-abfa-1c53f8cc2d64",
    "match": "https://api-prod.gambitprofit.com/api/matches/66f8e54e-50d2-4c05-b911-243c2e4539a8/?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": "PHI",
                "amount": 5110.0
            },
            {
                "team": "CIN",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "1b6dbd56-db0b-44b9-b36e-1bc250386ea4",
            "gambit_id": "8ad717c1-49a9-4e1a-a7b2-84d4f8865ee2",
            "last_updated": "2022-08-23T09:41:57.985384-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8178c783-5faf-42da-abfa-1c53f8cc2d64/?format=api"
        },
        {
            "id": "b5261d36-df8e-48c5-979b-78b136f7ae86",
            "gambit_id": "b56b7232-24b2-4773-8366-ea3cb9682feb",
            "last_updated": "2022-08-23T09:41:57.985880-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8178c783-5faf-42da-abfa-1c53f8cc2d64/?format=api"
        }
    ]
}