GET /api/bet_types/d6697b6b-31de-4395-85f5-984cf4a6902a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6697b6b-31de-4395-85f5-984cf4a6902a",
    "match": "https://api-prod.gambitprofit.com/api/matches/816caa69-9adf-4fff-93cf-008c35aa4f2c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-18T12:12:02.355997-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": "COL (J Urena)",
                "amount": 5117.0
            },
            {
                "team": "PIT (V Velasquez)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "1d5ee192-6706-473f-80e8-66a1d76a8f24",
            "gambit_id": "33128de0-9a8f-4af3-9539-047bc246169a",
            "last_updated": "2023-04-19T20:52:01.415352-04:00",
            "created_at": "2023-04-18T12:12:02.357644-04:00",
            "name": "COL (J Urena)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6697b6b-31de-4395-85f5-984cf4a6902a/?format=api"
        },
        {
            "id": "39598ca0-94dc-402c-b6be-023514bf8590",
            "gambit_id": "e561b619-56e7-4c32-a0c1-ee94dd30e8f7",
            "last_updated": "2023-04-19T20:52:01.417798-04:00",
            "created_at": "2023-04-18T12:12:02.359766-04:00",
            "name": "PIT (V Velasquez)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6697b6b-31de-4395-85f5-984cf4a6902a/?format=api"
        }
    ]
}